Hệ thống sổ địa chỉ đơn giản trong PHP

1 html, body{height: 100%; }
2 body{font-size: 14px; line-height: 18px;}
3 header{margin: 10px
0;width: 100%;}
4 .mainbody{ padding-bottom: 50px; min-height:
100%;overflow:hidden;}
5 .mainbody .row{margin: 0px;}
6 .page-header{margin-top: 0px; border-bottom: 1px solid #1995DC; padding-bottom: 0px; }
7 .page-header h1{margin-top: 0px; font-size: 24px;}
8 .panel-body {width:
100%; margin: 0 auto;}
9 .panel-body .col-lg-
3{margin:25px; border: 1px solid #006bd6; padding: 10px; }
10 .adjustImage{ border: 1px solid #
000; text-align:center; width:auto; margin:0 auto; }
11 .adjustImage img{max-width: 200px; max-height: 200px;}
12 .textContainer{width:
100%; padding-top: 10px; }
13 .col-lg-
12{padding-left: 0;}
14
15 /*****************/

16
17 .breadcrumb {
18
19     background-color: #FBFBFB;
20     background-image: -moz-linear-gradient(center top , #FFFFFF, #F5F5F5);
21     background-repeat: repeat-x;
22     border: 1px solid #DDDDDD;
23     border-radius: 3px;
24     box-shadow:
0 1px 0 #FFFFFF inset;
25     list-style: none outside none;
26     margin: 5px
0 10px 0;
27     padding: 7px 14px;
28 }
29
30 .breadcrumb li {
31     display: inline-block;
32     text-shadow:
0 1px 0 #FFFFFF;
33 }
34 .breadcrumb .divider {
35     color: #
999999;
36     padding:
0 5px;
37 }
38 .breadcrumb .active a {
39     color: #
333333;
40 }
41
42 .required{color: #f00;}
43 .file {padding:
0 18px;}
44 .error {
45     background: none repeat scroll
0 0 #FFFFFF;
46     border: 1px solid #F00;
47     font-size: 12px;
48     width:
94%;
49     top:
0%;
50     left:15px;
51     height:42px;
52     padding:10px;
53     position:absolute;
54     display:none;
55 }
56
57
58 .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
59      text-align: center;
60 }
61 .center{
float:none; margin: 0 auto; text-align: center;}
62
63 /*****************/

64 .footer{ margin:
0; padding: 17px 0; border-radius: 0px; height: auto; }
65 .copyright{ color: #fff; text-align: center; }
66 .copyright a{ color: #fff; }


Gõ tìm kiếm nhanh...